home *** CD-ROM | disk | FTP | other *** search
- Echo off
- REM *********************************************************************/
- REM */
- REM SYSTEM : FAXHAVEN */
- REM COPYRIGHT : (c) 1998 HTF CONSULTING */
- REM */
- REM *********************************************************************/
- REM */
- REM BAT file name: FHSEND.bat */
- REM DESCRIPTION : Build and execute a user customized conversion */
- REM procedure for EPSON to FAX w. View & Send options */
- REM This Batch file does not Load or terminate BTS.com */
- REM it is owned and operated by FAXHAVEN as a slave */
- REM */
- REM *********************************************************************/
- REM
- CLS
- REM - Echo Build and execute a customized Epson to FAX conversion procedure
- REM - Echo Enter BREAK to abort or . . .
- REM Echo %0 %1 %2 %3 %4 %5
- REM Pause
-
- EP2LQFAX.exe %1 %2 %3 %4 %5 %6
- if errorlevel 90 goto Quit
-
- if not errorlevel 20 goto Doit
-
- CLS
- ECHO Print Capture is Set up. You have 100 seconds to being printing.
- ECHO 5 seconds after the last byte of print data Print Capture will complete.
- ECHO Then you must enter "FAXIT" from the DOS prompt to convert and send your FAX.
- PAUSE
- goto Quit
-
- :Doit
- CLS
- Echo ====================
- Echo Conversion underway!
- Echo ====================
- FAXIT.exe
- REM Pause
- :Quit